Merged
Conversation
willwashburn
added a commit
that referenced
this pull request
Apr 17, 2026
- redact spawn debug line — stop printing the resolved --mcp-config
payload and full system prompt to stderr; print a sanitized summary
(harness, model, MCP server names, permission rule counts, mode)
so Bearer tokens can no longer leak into terminal or CI logs
- validate optional fields in local-personas parseOverride —
skills/env/mcpServers/permissions/tiers were cast blindly, letting
malformed JSON (e.g. env as an array, tiers.best as a string) reach
downstream spread/merge code. Added targeted shape checks so bad
files surface a clear per-file warning instead
- add tests covering env/mcpServers/permissions propagation through
resolvePersona and resolvePersonaByTier, plus a negative case on a
persona that declares none of them
- docs: packages/cli/README.md install now references
@agentworkforce/cli (not the router); bearer header example uses
braced ${POSTHOG_API_KEY} so it actually interpolates; fix stale
resolveEnvRef reference in McpServerSpec docstring
Copilot #3 (trailing comma in root README.md:88) is a false positive —
the JSON block parses cleanly via python json.tool; leaving that
block unchanged and replying on the PR.
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
Uh oh!
There was an error while loading. Please reload this page.